home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 #1 / Ham Radio 2000.iso / ham2000 / packet / cluster / ftz / ftz.doc < prev    next >
Encoding:
Text File  |  1993-01-19  |  2.7 KB  |  82 lines

  1.        installation of CLFTZ into a packet cluster system
  2.        ==================================================
  3.  
  4. The CLFTZ features are described in pc newsletter december 91.
  5.  
  6. The program fills a packet cluster data base file named FTZMUF.FUL
  7. with signalstrength data for all radioamateur frequencies to all zones
  8. The input data is automatically taken from the latest WWV data in the
  9. clusterfile WWV.DAT ( Which should be in the \PACKCLUS directory )
  10.  
  11. Copy the program CLFTZ.EXE into the \packclus directory.
  12. in the same directory, copy the files FTZMUF2.DAT , FTZ.CFG and
  13. FTZ.STA .
  14. The CLFTZ program has to be called from a dos batch file.
  15. e.g. In a DAILY.CMD file write :
  16.  
  17.  
  18.               ========== part of DAILY.CMD file =========
  19.  
  20. !Make the FOT calculations, jump to DOS and execute the batch file DOFTZ.BAT
  21. !
  22. DOS/NOWAIT DOFTZ
  23. !
  24.  
  25.                ========= end of example in DAILY.CMD ====
  26.  
  27.  
  28.  
  29. The batch file DOFTZ.BAT is located in the \PACKCLUS directory and could
  30. look like :
  31.  
  32.                     Start of DOFTZ.BAT file         
  33.                     =======================
  34.  
  35. REM : This is the DOFTZ.BAT file
  36. REM : Calculate FOT 's ( outputfile FTZMUF.FUL is autom. put into the DB dir.)
  37. CLFTZ
  38. REM : make an INDEX file in the DB directory
  39. CD DB
  40. MAKEIDX FTZMUF.FUL 100
  41. REM : and return to \PACKCLUS  on an exit
  42. CD..
  43.                     End of DOFTZ.BAT file
  44.                     =====================
  45.  
  46.  
  47. In the SYSOP.DAT file , you should define the new command SH/FTZMUF
  48. in the usual way :
  49.  
  50. SET/COMMAND FTZMUF FTZMUF.LIS FTZMUF.FUL/FTZMUF.IDX * * FTZMUF.NF
  51. SET/COMMAND/COMMENT FTZMUF FOT-calculations from the latest WWV cluster data.
  52.  
  53. ( Create the .LIS and .NF file yourself , see cluster sysop-manual for info )
  54.  
  55. Correct the first three lines in the file FTZ.STA with an editor.
  56. The first line contains the call of your cluster the following lines the LAT/
  57. LONG info.
  58. When CLFTZ is called up, it takes about 1 minute to calculate the
  59. propagation from your qth to all WAZ zones (386/33MHz 4MByte RAM with NCACHE)
  60. The results are put into the data base file FTZMUF.FUL  in the DB directory.
  61. CLFTZ uses your latest WWV message for its calculations.
  62.  
  63. The cluster user has to put a WAZ zone number after the SH/FTZ command.
  64. calculation for the long path of the zones 1,3,12,27,29,30,31,32
  65. are performed as well.
  66. They are called up by adding the letter L to the zone number. e.g.
  67. SH/FTZ 12 for the short path and SH/FTZ 12L for the long path.
  68. A list of the signal field strength is created for all amateur bands .
  69. The program was made by OE1TKW, with great help of DL6RAI.
  70.  
  71.  
  72.                                   73 and have fun ...
  73.  
  74.                                          Helmut, OE1TKW
  75.  
  76. This file has been updated by SM0FLY
  77.  
  78.  
  79.  
  80.  
  81.  
  82.